home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games Special 15 / TboS Games Special 15.iso / wingames / blob / blob.txt < prev    next >
Text File  |  1993-05-15  |  3KB  |  57 lines

  1.      BLOB.C
  2.         A strategy game by Kevin S. Murray.  Human vs Human or play against
  3.      the computer.  Computer movement logic developed by Kevin S. Murray.
  4.  
  5.         The object of the game is to secure more squares with your color
  6.      than your opponent.  You may move from any of your occupied squares to
  7.      an empty square.  The destination must be within two squares from the
  8.      originating square.  If you move one square, you retain possesion of
  9.      the original square.  If you move two squares, you lose possesion of
  10.      the original square (it becomes empty, it is not automatically taken
  11.      by your opponent).  The game ends when all squares on the board are
  12.      filled.  If you can not move, your opponent may continue to move into
  13.      all the empty squares until the board is full, or a square is vacated
  14.      that is within reach of one of your blobs.
  15.  
  16.      By default, the blue player (black on monochrome monitor) is controlled
  17.      by the computer.  You may play against another person by deselecting the
  18.      Blue Player option under the skill menu.
  19.  
  20.      This release does not support the HINT or LEVEL options under the
  21.      Skill menu.  The HINT will obviously offer a hint for the best place
  22.      to move (based on the computer's logic).  The LEVEL will allow you
  23.      to increase the intelligence of the computer's play in case it is
  24.      too easy for you to beat.  If enough people register, I will release
  25.      a new version which will include these options along with many more.
  26.  
  27.      This version has multiple playing fields programmed and saves the
  28.      current board number in the windows WIN.INI file under the heading of
  29.      [Blob].  You may also modify the setup to suit your taste by choosing
  30.      "SETUP" from the options menu.  You may place or remove the unusable
  31.      squares by clicking the left mouse button.  There is no facility to
  32.      place the beginning red and blue blobs in this version.  I am saving
  33.      that for the registered users as well.
  34.  
  35.      I know, you probably don't register a lot of your software.  You may
  36.      figure that you don't have to because nobody will ever know.  Maybe
  37.      you think the authors ask for too much money.  I am only asking for
  38.      $5.00 for my time to create this program.  In case you aren't aware,
  39.      developing WINDOWS programs is expensive.  The Software Development
  40.      Kit is over $300.00 and the C Compiler is over $300.00 as well.
  41.  
  42.      I always look for WINDOWS programs on the BBS's I frequent, and I
  43.      look for the games, too.  Usually, I am disappointed in the quality
  44.      of the WINDOWS games.  Hopefully, this game will grab your fancy and
  45.      you will enjoy it as much as I have.  In case you're wondering...
  46.      it can beat me about two out of seven times.
  47.  
  48.      You can send your registration to Kevin Murray, PO Box 41751,
  49.      Fayetteville, NC  28309.  I will acknowledge all registered users.
  50.      Enjoy the program, and pass it on to a friend.  Thank You!
  51.  
  52.                                                     Kevin S. Murray
  53.                                                     Creative Software Design
  54.                                                     Software "Of The Future"
  55.  
  56.  
  57.